text/template/parse.lexer.atEOF (field)

3 uses

	text/template/parse (current package)
		lex.go#L120: 	atEOF        bool   // we have hit the end of input and returned eof
		lex.go#L139: 		l.atEOF = true
		lex.go#L159: 	if !l.atEOF && l.pos > 0 {